home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILEFORMATSAVEASDIALOG / TFILEFORMATSAVEASDIALOG.txt
Text File  |  2008-11-03  |  984b  |  51 lines

  1. inherited FileFormatSaveAsDialog: TFileFormatSaveAsDialog
  2.   Left = 518
  3.   Top = 208
  4.   Caption = 'Save File Format As'
  5.   ClientHeight = 72
  6.   ClientWidth = 313
  7.   OnCreate = FormCreate
  8.   OnDestroy = FormDestroy
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Edit: TUiComboBox
  13.     Left = 8
  14.     Top = 8
  15.     Width = 297
  16.     Height = 21
  17.     AutoComplete = False
  18.     ItemHeight = 13
  19.     TabOrder = 0
  20.     OnChange = EditChange
  21.     OnClick = EditClick
  22.     OnKeyDown = EditKeyDown
  23.   end
  24.   object DisableGlobalEdit: TUiCheckBox
  25.     Left = 8
  26.     Top = 40
  27.     Height = 17
  28.     Caption = 'This session only'
  29.     TabOrder = 1
  30.     Visible = False
  31.   end
  32.   object OkBtn: TUiButton
  33.     Left = 152
  34.     Top = 40
  35.     Caption = 'OK'
  36.     Default = True
  37.     TabOrder = 2
  38.     OnClick = OkClick
  39.     AutoSize = asRight
  40.   end
  41.   object CancelBtn: TUiButton
  42.     Left = 232
  43.     Top = 40
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 3
  48.     AutoSize = asRight
  49.   end
  50. end
  51.